Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access
authorLi Yuan <li.yuan@sun.com>
Mon, 15 Dec 2008 04:48:52 +0000 (04:48 +0000)
committerLi Yuan <liyuan@src.gnome.org>
Mon, 15 Dec 2008 04:48:52 +0000 (04:48 +0000)
2008-12-15  Li Yuan  <li.yuan@sun.com>

        * gailitem.c:
        Bug #564555.  #undef GTK_DISABLE_DEPRECATED where we need to access
        deprecated symbols.

svn path=/trunk/; revision=21904

modules/other/gail/ChangeLog
modules/other/gail/gailitem.c

index 4066062b1dd1b545d4fa1d29839fc240b2c0fc1a..424d371b671800682bb14f517ccbe8c70b2b6c48 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-15  Li Yuan  <li.yuan@sun.com>
+
+       * gailitem.c:
+       Bug #564555.  #undef GTK_DISABLE_DEPRECATED where we need to access
+       deprecated symbols.
+
 2008-12-12  Li Yuan  <li.yuan@sun.com>
 
        * gailtreeview.c: Bug #512743.
index 3aa315f7acffbeb55fce4c3b288408f5ad3a306a..438cc256f0f14ec2b53a87e89757ea173a0494aa 100644 (file)
@@ -20,6 +20,9 @@
 #include "config.h"
 
 #include <string.h>
+
+#undef GTK_DISABLE_DEPRECATED
+
 #include <gtk/gtk.h>
 #include "gailitem.h"
 #include <libgail-util/gailmisc.h>